run parallel

This block is part of the function execution group and was last modified in core v15.0.0.

run parallel v15.0.0

Runs up to 5 selected functions in parallel to speed up execution, then continues the flow once all have finished. Each function's return values are exposed on its own result_N object pin. Sets success=false and a global error if any function fails.

parallel
concurrent
fan out

Core Releases

v15.0.0 This block was introduced in v15.0.0, click here to see the release notes.
Back to function execution Return to the main group to view all sub-groups Back to function Return to the group to view all blocks within this group